home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_apache.idb / usr / freeware / catman / a_man / cat8 / httpd.Z / httpd
Encoding:
Text File  |  1999-07-16  |  7.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      hhhhttttttttppppdddd((((8888))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((FFFFeeeebbbbrrrruuuuaaaarrrryyyy 1111999999997777))))          hhhhttttttttppppdddd((((8888))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       httpd    - Apache hypertext transfer protocol server
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       hhhhttttttttppppdddd    [ ----XXXX ] [ ----RRRR _l_i_b_e_x_e_c_d_i_r ] [ ----dddd _s_e_r_v_e_r_r_o_o_t ] [ ----ffff    _c_o_n_f_i_g
  13.       ] [ ----CCCC _d_i_r_e_c_t_i_v_e ] [ ----cccc _d_i_r_e_c_t_i_v_e ] [    ----DDDD _p_a_r_a_m_e_t_e_r ]
  14.  
  15.       hhhhttttttttppppdddd    [ ----hhhh ] [ ----llll ] [    ----LLLL ] [ ----vvvv ] [ ----VVVV ] [ ----SSSS    ]
  16.  
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.       hhhhttttttttppppdddd    is the Apache HyperText    Transfer Protocol (HTTP)
  20.       server program. It is    designed to be run as a    standalone
  21.       daemon process. When used like this is will create a pool of
  22.       child    processes to handle requests. To stop it, send a TERM
  23.       signal to the    initial    (parent) process. The PID of this
  24.       process is written to    a file as given    in the configuration
  25.       file.     Alternatively hhhhttttttttppppdddd may be invoked by the Internet
  26.       daemon inetd(8) each time a connection to the    HTTP service
  27.       is made.
  28.  
  29.       This manual page only    lists the command line arguments. For
  30.       details of the directives necessary to configure hhhhttttttttppppdddd see
  31.       the Apache manual, which is part of the Apache distribution
  32.       or can be found at http://www.apache.org/. Paths in this
  33.       manual may not reflect those compiled    into hhhhttttttttppppdddd....
  34.  
  35.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  36.       ----RRRR _l_i_b_e_x_e_c_d_i_r
  37.               This option is only available if Apache was
  38.               built with the _S_H_A_R_E_D__C_O_R_E rule enabled which
  39.               forces the Apache    core code to be    placed into a
  40.               dynamic shared object (DSO) file.    This file is
  41.               searched in a hardcoded path under ServerRoot
  42.               per default. Use this option if you want to
  43.               override it.
  44.  
  45.       ----dddd _s_e_r_v_e_r_r_o_o_t
  46.               Set the initial value for    the ServerRoot
  47.               directive    to _s_e_r_v_e_r_r_o_o_t. This can    be overridden
  48.               by the ServerRoot    command    in the configuration
  49.               file. The    default    is ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee.
  50.  
  51.       ----ffff _c_o_n_f_i_g   Execute the commands in the file _c_o_n_f_i_g on
  52.               startup. If _c_o_n_f_i_g does not begin    with a /, then
  53.               it is taken to be    a path relative    to the
  54.               ServerRoot. The default is ccccoooonnnnffff////hhhhttttttttppppdddd....ccccoooonnnnffff.
  55.  
  56.       ----CCCC _d_i_r_e_c_t_i_v_e
  57.               Process the configuration    _d_i_r_e_c_t_i_v_e before
  58.               reading config files.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                          (printed 5/3/99)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      hhhhttttttttppppdddd((((8888))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((FFFFeeeebbbbrrrruuuuaaaarrrryyyy 1111999999997777))))          hhhhttttttttppppdddd((((8888))))
  71.  
  72.  
  73.  
  74.       ----cccc _d_i_r_e_c_t_i_v_e
  75.               Process the configuration    _d_i_r_e_c_t_i_v_e after
  76.               reading config files.
  77.  
  78.       ----DDDD _p_a_r_a_m_e_t_e_r
  79.               Sets a configuration _p_a_r_a_m_e_t_e_r which can be used
  80.               with <IfDefine>...</IfDefine> sections in    the
  81.               configuration files to conditionally skip    or
  82.               process commands.
  83.  
  84.       ----hhhh          Output a short summary of    available command line
  85.               options.
  86.  
  87.       ----llll          Output a list of modules compiled    into the
  88.               server.
  89.  
  90.       ----LLLL          Output a list of directives together with
  91.               expected arguments and places where the
  92.               directive    is valid.
  93.  
  94.       ----SSSS          Show the settings    as parsed from the config file
  95.               (currently only shows the    virtualhost settings).
  96.  
  97.       ----tttt          Run syntax tests for configuration files only.
  98.               The program immediately exits after these    syntax
  99.               parsing with either a return code    of 0 (Syntax
  100.               OK) or return code not equal to 0    (Syntax
  101.               Error).
  102.  
  103.       ----XXXX          Run in single-process mode, for internal
  104.               debugging    purposes only; the daemon does not
  105.               detach from the terminal or fork any children.
  106.               Do NOT use this mode to provide ordinary web
  107.               service.
  108.  
  109.       ----vvvv          Print the    version    of hhhhttttttttppppdddd , and then exit.
  110.  
  111.       ----VVVV          Print the    version    and build parameters of    hhhhttttttttppppdddd
  112.               ,    and then exit.
  113.  
  114.      FFFFIIIILLLLEEEESSSS
  115.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////ccccoooonnnnffff////hhhhttttttttppppdddd....ccccoooonnnnffff
  116.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////ccccoooonnnnffff////ssssrrrrmmmm....ccccoooonnnnffff
  117.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////ccccoooonnnnffff////aaaacccccccceeeessssssss....ccccoooonnnnffff
  118.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////ccccoooonnnnffff////mmmmiiiimmmmeeee....ttttyyyyppppeeeessss
  119.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////ccccoooonnnnffff////mmmmaaaaggggiiiicccc
  120.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////llllooooggggssss////eeeerrrrrrrroooorrrr____lllloooogggg
  121.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////llllooooggggssss////aaaacccccccceeeessssssss____lllloooogggg
  122.       ////uuuussssrrrr////llllooooccccaaaallll////aaaappppaaaacccchhhheeee////llllooooggggssss////hhhhttttttttppppdddd....ppppiiiidddd
  123.  
  124.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  125.       iiiinnnneeeettttdddd(8).
  126.  
  127.  
  128.  
  129.      Page 2                          (printed 5/3/99)
  130.  
  131.  
  132.  
  133.